OpenRoads Designer CONNECT Edition SDK Help

CalculateTangentParabola(ProfileElement, DPoint3d, Double) Method

Calculates parabola data from thru point and radius

Definition

Namespace: Bentley.CifNET.LinearGeometry Assembly: Bentley.CifNET.LinearGeometry.4.0 (in Bentley.CifNET.LinearGeometry.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public static  ProfileParabolaConstructor.SummitAndTangentPoint[]CalculateTangentParabola( ProfileElement elmt, DPoint3d thruPoint,double radius)

Parameters

SettingDescription
  ProfileElement The profile element which the created profile parabola is tangent to.
  DPoint3d The through passing point of the parabola
   The radius of the parabola

Return Value

ProfileParabolaConstructor.SummitAndTangentPoint[] Calculated solutions cli::array

See Also